projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21f599e
)
gtkplacessidebar: Rename favorites to starred
author
Carlos Soriano
<csoriano@gnome.org>
Thu, 15 Feb 2018 09:10:18 +0000
(10:10 +0100)
committer
Carlos Soriano
<csoriano@gnome.org>
Thu, 15 Feb 2018 09:51:04 +0000
(10:51 +0100)
To have more consistency in the name. The same was done in Nautilus in
commit https://gitlab.gnome.org/GNOME/nautilus/commit/
27b039b37c1149fc8abbef6a683dd939e6f2bf1f
.
gtk/gtkplacessidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacessidebar.c
b/gtk/gtkplacessidebar.c
index 266ca450b947dcfe5caedb80fab60e3e6e22b9fc..bd40719e35174b819475ecd1fb8a5568837611bd 100644
(file)
--- a/
gtk/gtkplacessidebar.c
+++ b/
gtk/gtkplacessidebar.c
@@
-1048,9
+1048,9
@@
update_places (GtkPlacesSidebar *sidebar)
start_icon = g_themed_icon_new_with_default_fallbacks ("starred-symbolic");
add_place (sidebar, PLACES_STARRED_LOCATION,
SECTION_COMPUTER,
- _("Starred"), start_icon, NULL, "
favorites
:///",
+ _("Starred"), start_icon, NULL, "
starred
:///",
NULL, NULL, NULL, NULL, 0,
- _("
Favorite
files"));
+ _("
Starred
files"));
g_object_unref (start_icon);
}